VSID.baliExceptions.ExceptionCarrierStack
-
Class Summary
Project ID | 2CF8A9FA7CCE289785258ADD005E68DD |
Version | |
Class ID | AFA9142988B2874785258ADD0076FFFC |
Class Type | Base |
Attributes | |
-
-
Method Summaries
pop() As ExceptionCarrier |
New() |
push(source As ExceptionCarrier) |
-
-
Properties Detail
-
hasContent (Get)
Public Property Get hasContent As Boolean |
Flag indicating if the object has content |
-
size (Get)
Public Property Get size As Long |
Number of ExceptionCarrier instances contained by the object. |
-
Methods Detail
-
pop
Public Function pop() As ExceptionCarrier |
Gets the top (last added) object from the stack, then removes it from the stack. |
-
New
Public Sub New() |
Constructor |
-
push
Public Sub push(source As ExceptionCarrier) |
Adds an object to the top of the stack |
idx | Argument | Data Type | Attributes |
1 | source | ExceptionCarrier | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.